You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <bp...@f2network.com.au> on 2004/01/05 04:55:45 UTC

RE: cvs commit: maven/src/java/org/apache/maven MavenConstants.ja va

I'll take a look and try again later. Very odd - should work.

> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> Sent: Monday, 5 January 2004 3:11 PM
> To: Maven Developers List
> Subject: RE: cvs commit: maven/src/java/org/apache/maven 
> MavenConstants.ja va
> 
> 
> I couldn't bootstrap with this change in place.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> 
> Brett Porter <bp...@f2network.com.au> wrote on 05/01/2004 
> 02:25:47 PM:
> 
> > Where did you get that? I was able to run touchstone with this in 
> > place
> via
> > maven maven:jar-install
> > 
> > - Brett
> > 
> > > -----Original Message-----
> > > From: dion@apache.org [mailto:dion@apache.org]
> > > Sent: Monday, 5 January 2004 2:20 PM
> > > To: maven-cvs@apache.org
> > > Subject: cvs commit: maven/src/java/org/apache/maven 
> > > MavenConstants.java
> > > 
> > > 
> > > dion        2004/01/04 19:20:06
> > > 
> > >   Modified:    src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH
> > >                         MavenConstants.java
> > >   Log:
> > >   Back out previous change adding '/' to default and
> > > driver.properties, as it is causing an NPE
> > > 
> > >   Revision  Changes    Path
> > >   No                   revision
> > >   No                   revision
> > >   1.30.4.2  +3 -3
> > > maven/src/java/org/apache/maven/MavenConstants.java
> > > 
> > >   Index: MavenConstants.java
> > >   
> ===================================================================
> > >   RCS file:
> > > /home/cvs/maven/src/java/org/apache/maven/MavenConstants.java,v
> > >   retrieving revision 1.30.4.1
> > >   retrieving revision 1.30.4.2
> > >   diff -u -r1.30.4.1 -r1.30.4.2
> > >   --- MavenConstants.java   3 Jan 2004 22:12:52 -0000   1.30.4.1
> > >   +++ MavenConstants.java   5 Jan 2004 03:20:06 -0000   1.30.4.2
> > >   @@ -115,13 +115,13 @@
> > >         public static final String SNAPSHOT_SIGNIFIER = 
> "SNAPSHOT";
> > > 
> > >        /** Driver properties */
> > >   -    public static final String DRIVER_PROPERTIES = 
> > > "/driver.properties";
> > >   +    public static final String DRIVER_PROPERTIES = 
> > > "driver.properties";
> > > 
> > >        /**  Project build file name. (maven.xml) */
> > >        public static final String BUILD_FILE_NAME = "maven.xml";
> > > 
> > >        /** Defaults properties */
> > >   -    public static final String DEFAULTS_PROPERTIES = 
> > > "/defaults.properties";
> > >   +    public static final String DEFAULTS_PROPERTIES = 
> > > "defaults.properties";
> > > 
> > >        // Context tags.
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> --------------------------------------------------------------------
> > > -
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>