ant default task doesn't build jars correctly
---------------------------------------------

         Key: JIBX-119
         URL: http://jira.codehaus.org/browse/JIBX-119
     Project: JiBX
        Type: Bug

  Components: core  
    Versions: JiBX 1.1    
 Environment: Linux 2.4.20-8, ant 1.6.5, java 1.5.0_02
    Reporter: Joshua Davies
    Priority: Minor


When trying to do a new build from a fresh download (I downloaded and extracted 
jibx_1_1.zip from sourceforge), if I go to the "build" subdirectory and just 
type "ant", it invokes the "current" task as its default.  However, because 
this task doesn't have a dependency on the "basenames" target, the properies 
"bindname", "runname" and "extrasname" never get set, so I end up with:

lib/${bindname}.jar
lib/${runname}.jar
lib/${extrasname}.jar

instead of jibx-bind.jar, jibx-run.jar, jibx-extras.jar, etc.

The "distrib" task works fine.  I don't quite follow the intent of the 
"current" taks, but normally I'd expect "ant" by itself to produce something 
useful.

-- 
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


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to