Hello,

I'm not sure to understand.
You "downloaded nuxeo via maven command" ? Did you download an artifact of any nuxeo distribution ? Did you download Nuxeo source code with something like "mvn scm:checkout" ?
Did you run ant or maven command ? Which one, from which sources ?

Nuxeo source code uses Maven and Ant. See http://ant.apache.org/ and http://maven.apache.org/. First run can be very long (47 minutes) because Maven needs to download a lot of stuff, more than only Nuxeo artifacts.

The error you paste is link to Ant execution (or Ant within Maven) but we cannot help you without more information: what command did you run, when did the error occured, what is the full message and stacktrace, ...?

Downloaded data is linked to Maven behavior and stored into ~/.m2/repository (see Maven documentation for more details). You don't need to care about this data and cannot do anything with it but developing over.

As I said, I'm not sure to understand your questions, and don't know if my answers will help you in any way. Would you rather tell us what you want to do (test, use or run a demo Nuxeo server, develop an application based on Nuxeo, install a pre-packaged Nuxeo or build your own distribution, ...) ? It will be then much easy to give you simple procedures and pointers to documentation and how-to.

Best regards,
Julien.

Arvind Gupta a écrit :
Hi
i have down loaded nuxeo via maven command. It started downloding it and build ran for 47 minutes. It was automatically deployed on jboss as well as glass fish.
In the end I got  an error

at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636)
    at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:662)
    at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:487)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    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.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    at org.apache.tools.ant.Main.runBuild(Main.java:758)
    at org.apache.tools.ant.Main.startAnt(Main.java:217)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

It is also provided information about build.
Storing buildNumber: 20090605-170114 at timestamp: 1244201474522

There is a lot of data with the build, downloaded I want to know from where that came fron. I want to know where did that data stordes is it in javaDB or in file system/

What kind of that data is, is it a sample data which I can use in Nuxeo Content managment?
Please help me to mmove forward?

-arvind

------------------------------------------------------------------------

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

--
Julien Carsique, Nuxeo (Paris, France)
www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org
Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform
[email protected] | Tel: +33 1 40 33 79 87


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to