The following comment has been added to this issue:

     Author: Jeanfrancois Arcand
    Created: Mon, 14 Feb 2005 10:55 PM
       Body:
We (@Sun) are currently migrating most (if not all) of our J2EE projects to 
Maven. The first logical steps for us is to use Maven and call using Ant our 
current (sometimes ugly) build.xml. If this steps is successful, then we will 
start moving everything to Maven. I would like to avoid changing anything 
within the existing build.xml (we have more that 25 distinct modules) for now, 
so that's why I don't think I can use the current workaround. Another solution 
I have is to look at the code and have my own Maven distribution, but since a 
lot of folks will move to Maven, I would like them to use the official release. 
Any recommendations will be appreciated :-)

Thanks

-- Jeanfrancois
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MAVEN-1521?page=comments#action_29885

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1521

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1521
    Summary: loading properties file via Ant property task does not work from 
maven.xml
       Type: Bug

     Status: Reopened
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             jelly/ant integration
   Fix Fors:
             1.1-beta-1
   Versions:
             1.0.1

   Assignee: dion gillard
   Reporter: Ian Springer

    Created: Tue, 30 Nov 2004 12:44 PM
    Updated: Mon, 14 Feb 2005 10:55 PM
Environment: n/a

Description:
If I have the following line in maven.xml, either within a goal or outside of 
any goals:

<property file="my.properties" />  

where my.properties exists and is a valid Java props file, any properties that 
are in my.properties end up with a value of "0" (yes, simply the zero 
character) in Maven.



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to