[jira] Commented: (MAVENUPLOAD-1526) Sync jXLS repository to the central repository

2007-05-14 Thread Leonid Vysochyn (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95828
 ] 

Leonid Vysochyn commented on MAVENUPLOAD-1526:
--

Hi Carlos,
Sorry I did not know they are automatic. How often they are run? 
Now it seems like sync was performed but when I am trying to use this version 
jars in my maven build it can't find them in maven repository.
I have something like this in my pom.xml
dependency
  groupIdnet.sf.jxls/groupId
  artifactIdjxls-core/artifactId
  version0.9.3/version
/dependency
But I get 
Downloading: 
http://repo1.maven.org/maven2/net/sf/jxls/jxls-core/0.9.3/jxls-core-0.9.3.pom
Downloading: 
http://repo1.maven.org/maven2/net/sf/jxls/jxls-core/0.9.3/jxls-core-0.9.3.jar
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) net.sf.jxls:jxls-core:jar:0.9.3

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=net.sf.jxls -DartifactId=jxls-core \
  -Dversion=0.9.3 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1) com.leo.test:test1-app:jar:1.0-SNAPSHOT
2) net.sf.jxls:jxls-core:jar:0.9.3

--
1 required artifact is missing.

for artifact:
  com.leo.test:test1-app:jar:1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

This started to happen after I setup automatic sync of my repository (starting 
from jxls 0.9.2)

May be something is wrong with my repository? Could you please advice?

 Sync jXLS repository to the central repository
 --

 Key: MAVENUPLOAD-1526
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1526
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn
 Attachments: net.sf.jxls.sh


 Please do a sync of jxls repository 
 /home/groups/j/jx/jxls/htdocs/repository/releases to central repository as 
 there is a new release of jXLS library (0.9.3)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MAVENUPLOAD-1526) Sync jXLS repository to the central repository

2007-05-09 Thread Leonid Vysochyn (JIRA)
Sync jXLS repository to the central repository
--

 Key: MAVENUPLOAD-1526
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1526
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn
 Attachments: net.sf.jxls.sh

Please do a sync of jxls repository 
/home/groups/j/jx/jxls/htdocs/repository/releases to central repository as 
there is a new release of jXLS library (0.9.3)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MAVENUPLOAD-1425) Upload jxls-core-0.9.2 and jxls-reader-0.9.2 module bundles

2007-03-19 Thread Leonid Vysochyn (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_90523
 ] 

Leonid Vysochyn commented on MAVENUPLOAD-1425:
--

Thank you, Carlos.
I was able to copy my repo files to 
/home/groups/j/jx/jxls/htdocs/repository/releases/net/sf/jxls
and to place net.sf.jxls.sh file which contains similar information as 
org.acegisecurity.sh

Please let me if this is not enough.

 Upload jxls-core-0.9.2 and jxls-reader-0.9.2 module bundles
 ---

 Key: MAVENUPLOAD-1425
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1425
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn
 Attachments: net.sf.jxls.sh


 Please upload jxls-core-0.9.2 and jxls-reader-0.9.2 module bundles.
 Parent pom.xml URL: http://jxls.sourceforge.net/repository/0.9.2/core/pom.xml
 The last related upload request was 
 http://jira.codehaus.org/browse/MAVENUPLOAD-1125
 ==
 jXLS is a small and easy-to-use Java library for generating Excel files using 
 XLS templates. Also jXLS can be used to read XLS files and populate Java 
 beans with spreadsheet data according to XML configuration file

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MAVENUPLOAD-1425) Upload jxls-core-0.9.2 and jxls-reader-0.9.2 module bundles

2007-03-18 Thread Leonid Vysochyn (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_90413
 ] 

Leonid Vysochyn commented on MAVENUPLOAD-1425:
--

It is not clear for me how to include parent pom into the bundle because it 
already contains one module pom.xml on the root path. I followed instructions 
in Maven Guide and used next command to create those bundles:
mvn source:jar javadoc:jar repository:bundle-create

As for setup an automatic sync it will take some time for me to understand how 
to do this as there is no step-by-step instruction and I never did it before.
I am planning to do this later when I have some time.


 Upload jxls-core-0.9.2 and jxls-reader-0.9.2 module bundles
 ---

 Key: MAVENUPLOAD-1425
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1425
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn

 Please upload jxls-core-0.9.2 and jxls-reader-0.9.2 module bundles.
 Parent pom.xml URL: http://jxls.sourceforge.net/repository/0.9.2/core/pom.xml
 The last related upload request was 
 http://jira.codehaus.org/browse/MAVENUPLOAD-1125
 ==
 jXLS is a small and easy-to-use Java library for generating Excel files using 
 XLS templates. Also jXLS can be used to read XLS files and populate Java 
 beans with spreadsheet data according to XML configuration file

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MAVENUPLOAD-1425) Upload jxls-core-0.9.2 and jxls-reader-0.9.2 module bundles

2007-03-17 Thread Leonid Vysochyn (JIRA)
Upload jxls-core-0.9.2 and jxls-reader-0.9.2 module bundles
---

 Key: MAVENUPLOAD-1425
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1425
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn


Please upload jxls-core-0.9.2 and jxls-reader-0.9.2 module bundles.

Parent pom.xml URL: http://jxls.sourceforge.net/repository/0.9.2/core/pom.xml


The last related upload request was 
http://jira.codehaus.org/browse/MAVENUPLOAD-1125

==
jXLS is a small and easy-to-use Java library for generating Excel files using 
XLS templates. Also jXLS can be used to read XLS files and populate Java beans 
with spreadsheet data according to XML configuration file

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MAVENUPLOAD-1125) Upload jxls-core-0.9 bundle

2006-09-12 Thread Leonid Vysochyn (JIRA)
Upload jxls-core-0.9 bundle
---

 Key: MAVENUPLOAD-1125
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1125
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn


This a bundle for a new release of jxls-core module of jXLS library. 

The last related uploading request was 
http://jira.codehaus.org/browse/MAVENUPLOAD-1115

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MAVENUPLOAD-1115) Upload jxls-0.8.9 bundle

2006-09-05 Thread Leonid Vysochyn (JIRA)
Upload jxls-0.8.9 bundle


 Key: MAVENUPLOAD-1115
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1115
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn


jXLS is small and easy-to-use Java library for generating Excel files using XLS 
templates.
This is a new release of the library. The previous one 0.8.8 was already 
uploaded. See http://jira.codehaus.org/browse/MAVENUPLOAD-1062 for details.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MAVENUPLOAD-1062) Upload jxls-0.8.8 bundle

2006-08-18 Thread Leonid Vysochyn (JIRA)
Upload jxls-0.8.8 bundle


 Key: MAVENUPLOAD-1062
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1062
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn


jXLS is small and easy-to-use Java library for generating Excel files using XLS 
templates.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MAVENUPLOAD-1062) Upload jxls-0.8.8 bundle

2006-08-18 Thread Leonid Vysochyn (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1062?page=comments#action_72734 ] 

Leonid Vysochyn commented on MAVENUPLOAD-1062:
--

How should I prove it?
I am the foundator of this project and have plans to use jxls.org domain for 
this project in the future. Currently the project is hosted on sourceforge.net 
site. You can make sure that I am the administrator and main developer of this 
project.

 Upload jxls-0.8.8 bundle
 

 Key: MAVENUPLOAD-1062
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1062
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn

 jXLS is small and easy-to-use Java library for generating Excel files using 
 XLS templates.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MAVENUPLOAD-1062) Upload jxls-0.8.8 bundle

2006-08-18 Thread Leonid Vysochyn (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1062?page=comments#action_72735 ] 

Leonid Vysochyn commented on MAVENUPLOAD-1062:
--

Also you can take a look at the package structure of jXLS. All packages start 
from org.jxls.

 Upload jxls-0.8.8 bundle
 

 Key: MAVENUPLOAD-1062
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1062
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn

 jXLS is small and easy-to-use Java library for generating Excel files using 
 XLS templates.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MAVENUPLOAD-1062) Upload jxls-0.8.8 bundle

2006-08-18 Thread Leonid Vysochyn (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1062?page=comments#action_72736 ] 

Leonid Vysochyn commented on MAVENUPLOAD-1062:
--

Does it mean that you can't upload this library until groupId is changed to 
something like net.sf.jxls?

 Upload jxls-0.8.8 bundle
 

 Key: MAVENUPLOAD-1062
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1062
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn

 jXLS is small and easy-to-use Java library for generating Excel files using 
 XLS templates.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MAVENUPLOAD-1062) Upload jxls-0.8.8 bundle

2006-08-18 Thread Leonid Vysochyn (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1062?page=comments#action_72748 ] 

Leonid Vysochyn commented on MAVENUPLOAD-1062:
--

I have changed groupId to net.sf.jxls .
Please take a look and let me know if there are any other issues.

 Upload jxls-0.8.8 bundle
 

 Key: MAVENUPLOAD-1062
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1062
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Leonid Vysochyn

 jXLS is small and easy-to-use Java library for generating Excel files using 
 XLS templates.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira