Hej,
Using Ivy 2.2.0 from Eclipse and pulling in the spring-data-neo4j module from:
http://maven.springframework.org/milestone/org/springframework/data/spring-data-neo4j/2.1.0.M1/
Inside the POM there are a series of default dependencies that I want to pull
down. Have in my Ivy file:
Wonder if there is a general Java module that handles property files. Then all
that is left is to write an Ant wrapper around it. / Matthew
-Ursprungligt meddelande-
Från: Wolfgang Häfelinger [mailto:[EMAIL PROTECTED]
Skickat: den 9 juni 2005 09:51
Till: Ant Users List
Ämne: Re: Alt
Hej,
Need an alternative to the PropertyTask that comes with Ant. Problem
with the PropertyTask is that comments are lost, text replacement of
special characters (like backslashes) are handled nicely, and unless
every date formated property is specified they are badly transformed.
Any suggestions