Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Re: headless build tries

Hi Jesse, did you have any luck with the builds?

I'm in irc, if you have a bit of time.

Ciao
Andrea

On Mon, Sep 1, 2008 at 3:37 PM, Jesse Eichar <jeichar.w@xxxxxxxxx> wrote:
> Sorry I thought I was in IRC.  Logging in now
> On 1-Sep-08, at 3:25 PM, andrea antonello wrote:
>
>>> You cant use 2.7 you have to use what I put online
>>
>> No, no, I'm using the one you put online. I updated as you committed.
>>
>> Andrea
>>
>>
>>>
>>> Jesse
>>>
>>> On 1-Sep-08, at 1:53 PM, andrea antonello wrote:
>>>
>>>> Alright, I try with a bit more of order :)
>>>>
>>>>
>>>> Changes up to now in: ...udig/trunk/extras/headlessbuild/pom.xml
>>>>
>>>> 1) line 48 and 59: 2.7-SNAPSHOT -> 2.7
>>>> 2) line 66: commented <goal>script</goal>, since it was giving the
>>>> reported error. Not sure what that means though.
>>>>
>>>> Anyway, after that, I get another one. Jesse, I'll wait for you to
>>>> tell me if I'm doing something wrong.
>>>>
>>>> Error is:[INFO] Compiling 6 source files to
>>>>
>>>>
>>>> /home/moovida/rcpdevelopment/WORKSPACES/eclipseGanimedeTrunk/udig/trunk/extras/headlessbuild/target/classes
>>>> [WARNING]
>>>>
>>>> /home/moovida/rcpdevelopment/WORKSPACES/eclipseGanimedeTrunk/udig/trunk/extras/headlessbuild/src/main/scala/net/refractions/udig/build/pack/LinuxPrepare.sca
>>>> la:8: error: value model is not a member of package maven
>>>> [WARNING] import scala.maven.model.MavenProjectAdapter
>>>> [WARNING]                    ^
>>>> [WARNING]
>>>>
>>>> /home/moovida/rcpdevelopment/WORKSPACES/eclipseGanimedeTrunk/udig/trunk/extras/headlessbuild/src/main/scala/net/refractions/udig/build/pack/Prepare.scala:6:
>>>> error: value model is not a member of package maven
>>>> [WARNING] import scala.maven.model.MavenProjectAdapter
>>>> [WARNING]                    ^
>>>> [WARNING]
>>>>
>>>> /home/moovida/rcpdevelopment/WORKSPACES/eclipseGanimedeTrunk/udig/trunk/extras/headlessbuild/src/main/scala/net/refractions/udig/build/pack/MacPrepare.scala
>>>> :11: error: value model is not a member of package maven
>>>> [WARNING] import scala.maven.model.MavenProjectAdapter
>>>> [WARNING]                    ^
>>>> [WARNING]
>>>>
>>>> /home/moovida/rcpdevelopment/WORKSPACES/eclipseGanimedeTrunk/udig/trunk/extras/headlessbuild/src/main/scala/net/refractions/udig/build/pack/Package.scala:5:
>>>> error: value model is not a member of package maven
>>>> [WARNING] import scala.maven.model.MavenProjectAdapter
>>>> [WARNING]                    ^
>>>> [WARNING]
>>>>
>>>> /home/moovida/rcpdevelopment/WORKSPACES/eclipseGanimedeTrunk/udig/trunk/extras/headlessbuild/src/main/scala/net/refractions/udig/build/pack/Prepare.scala:41
>>>> : error: value unzipTo is not a member of Any
>>>> [WARNING]             file.unzipTo(uDigFolder)
>>>> [WARNING]                  ^
>>>> [WARNING]
>>>>
>>>> /home/moovida/rcpdevelopment/WORKSPACES/eclipseGanimedeTrunk/udig/trunk/extras/headlessbuild/src/main/scala/net/refractions/udig/build/pack/WindowsPrepare.s
>>>> cala:9: error: value model is not a member of package maven
>>>> [WARNING] import scala.maven.model.MavenProjectAdapter
>>>> [WARNING]                    ^
>>>> [WARNING] 6 errors found
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] BUILD FAILURE
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] command line returned non-zero value:1
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Trace
>>>> org.apache.maven.BuildFailureException: command line returned non-zero
>>>> value:1
>>>>     at
>>>>
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:579)
>>>>     at
>>>>
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
>>>>     at
>>>>
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
>>>>     at
>>>>
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
>>>>     at
>>>>
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
>>>>     at
>>>>
>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
>>>>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>>>>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>>>>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
>>>>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>     at
>>>>
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>     at
>>>>
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>     at java.lang.reflect.Method.invoke(Method.java:597)
>>>>     at
>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>>     at
>>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>>> Caused by: org.apache.maven.plugin.MojoFailureException: command line
>>>> returned non-zero value:1
>>>>     at scala.maven.JavaCommand.run(JavaCommand.java:196)
>>>>     at
>>>> scala.maven.ScalaCompilerSupport.compile(ScalaCompilerSupport.java:109)
>>>>     at
>>>> scala.maven.ScalaCompilerSupport.doExecute(ScalaCompilerSupport.java:53)
>>>>     at scala.maven.ScalaMojoSupport.execute(ScalaMojoSupport.java:201)
>>>>     at
>>>> scala.maven.ScalaCompilerSupport.execute(ScalaCompilerSupport.java:28)
>>>>     at
>>>>
>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
>>>>     at
>>>>
	<200809051004.27180.mauricio.pazos@xxxxxxxx>
X-Mailer: Apple Mail (2.926)
Cc: User-friendly Desktop Internet GIS <udig-devel@xxxxxxxxxxxxxxxxxxxxx>
X-BeenThere: udig-devel@xxxxxxxxxxxxxxxxxxxxx
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: User-friendly Desktop Internet GIS <udig-devel@xxxxxxxxxxxxxxxxxxxxx>
List-Id: User-friendly Desktop Internet GIS <udig-devel.lists.refractions.net>
List-Unsubscribe: <http://lists.refractions.net/mailman/listinfo/udig-devel>, 
	<mailto:udig-devel-request@xxxxxxxxxxxxxxxxxxxxx?subject=unsubscribe>
List-Archive: <http://lists.refractions.net/pipermail/udig-devel>
List-Post: <mailto:udig-devel@xxxxxxxxxxxxxxxxxxxxx>
List-Help: <mailto:udig-devel-request@xxxxxxxxxxxxxxxxxxxxx?subject=help>
List-Subscribe: <http://lists.refractions.net/mailman/listinfo/udig-devel>,
	<mailto:udig-devel-request@xxxxxxxxxxxxxxxxxxxxx?subject=subscribe>
X-List-Received-Date: Fri, 05 Sep 2008 13:36:01 -0000

This is a plugin in the Sextante repository.  Its target is uDig 1.1.   
It is only about 1 week old so it is still young but it is coming  
along nicely.  I think the repository is public but I will leave it up  
to Victor to let you know.  I can also kick out a jar for you to play  
with if you would like that.

jesse
On 5-Sep-08, at 10:04 AM, Mauricio Pazos wrote:

> On Friday 05 September 2008 09:10:45 you wrote:
>> - Made a Sextante Perspective.  I plan on having the Axios view part
>> of it if it is available in the installation.  I don't want
>> dependencies between the two.
>> My idea is more, if the Axios view is
>> available then it will show up in the Sextante Perspective.
>> Thinking
>> about it I think I should rename it to Algorithms or Process
>> Perspective since I don't want it to be specifically Sextante only.
> I would like take a look in this perspective. Is this work available  
> in trunk?
>
> cheers
> -- 
> Mauricio Pazos
> Director
> www.axios.es
> Tel.:946824286



Back to the top