Re: [picocontainer-dev] is current build working?

Konstantin Priblouda <kpriblouda-/[email protected]>
Newsgroups gmane.comp.java.picocontainer.devel
Message-ID <[email protected]>
--- On Sat, 6/14/08, Mauro Talevi <[email protected]> wrote:

> What JDK?  What mvn?
> 
> mvn clean install works for me with:
> Maven version: 2.0.9
> Java version: 1.5.0_13
> OS name: "mac os x" version: "10.5.3"
> arch: "i386" Family: "unix"

Maven version: 2.0.9
Java version: 1.6.0_01
OS name: "linux" version: "2.6.18-6-486" arch: "i386" Family: "unix"

BTW: I would propose to pass systen property through junit plugin 
configuration instead of code:

 <build>    
      <plugins>
          <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-surefire-plugin</artifactId>          
          <configuration>           
             <systemProperties>
                 <property>
                   <name>python.cachedir</name>
                   <value>${basedir}/target/cachedir</value>
                 </property>             
              </systemProperties>
          </configuration>
        </plugin>
  </plugins>

( Just did some maven teaching, so I was forced to 
read a lot about configuration  ;) )


I also read jython doc, and found that it tries to find jython.jar 
on the class path to determine home dir.  Apparently it is unable to find it maven environment as it does mathcing on name. 
regards,



      

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.