Hello, 
I'm so sorry that the last e-mail did not contain the enclosure. So I send it 
angain.
I have downloaded the emf-sdo-SDK-2.2.3.zip and unzip it 
D:\reserch\software.Its name is emf-sdo-SDK-2.2.3.
Then I don't know how to install it.
And I followed every step form the site http://antlreclipse.sourceforge.net/ to 
install the  ANTLR v2 plugin.

I downloaded and installed the eclipse in 
D:\reserch\eclipse-SDK-3.2.2-win32\eclipse.
So I run mvn eclipse:make-artifacts -DeclipseDir= 
D:\reserch\eclipse-SDK-3.2.2-win32\eclipse.
But there is an error.The details are in the enclosure.I don't know how to 
solve it. Could you help me?
Thank you very much.
I sincerely look forword to your reply.

----- Original Message ----- 
From: "Neeraj Joshi" <[email protected]>
To: <[email protected]>
Sent: Tuesday, April 21, 2009 8:21 PM
Subject: Re:Re:Re:Re: about SPL Editor


> Hello,
> 
> Did you run mvn eclipse:make-artifacts -DeclipseDir= < ECLIPSE_HOME >  
> command before running the build?
> This generates the eclipse artifacts in the local maven repository.
> 
> Make sure ECLIPSE_HOME points to the installation directory of eclipse 
> (directory above plugins) We have tested the editors with eclipse 3.2 and 
> 3.3
> 
> After this command completes execution then try running
> ant  javaspl.runtime.editor
> 
> Thanks
> Neeraj
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> "The light at the end of the tunnel...may be you"
> 
> 
> Neeraj Joshi
> WebSphere XD - Compute Grid
> AIM, IBM
> Apache Imperius - http://incubator.apache.org/imperius
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 
> 
> From:
> 曹艳明 <[email protected]>
> To:
> [email protected]
> Date:
> 04/17/2009 12:58 AM
> Subject:
> Re:Re:Re:Re: about SPL Editor
> 
> 
> 
> Hello,
> I have another problems.I only tried again to 'run 
> javaspl.runtime.editor'. There is an error. It is in the enclosure.Thank 
> you very much!
> 
> 
> 
> 
> 
> 
> 在2009-04-15,"Neeraj Joshi" <[email protected]> 写道:
>>Hello,
>>
>>It seems the library location for icu has changed, its now called icu4j. 
>>As Preethi suggested you can point to a new repository location or update 
> 
>>the pom.xml.
>>
>> I have updated the pom.xml for the editor and checked it in.
>>Can you try a fresh build by running the build.xml in a new directory.
>>
>>Thanks
>>Neeraj
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>"The light at the end of the tunnel...may be you"
>>
>> 
>>Neeraj Joshi
>>WebSphere XD - Compute Grid
>>AIM, IBM
>>Apache Imperius - http://incubator.apache.org/imperius
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>
>>
>>
>>From:
>>Preethi C Mohan <[email protected]>
>>To:
>>[email protected]
>>Date:
>>04/15/2009 08:09 AM
>>Subject:
>>Re:Re:Re: about SPL Editor
>>
>>
>>
>>Hi,
>>
>>We were trying to reproduce the problem, and tried downloading the file 
>>from 
>>
> http://repo1.maven.org/maven2/com/ibm/icu/com.ibm.icu/3.6.1/com.ibm.icu-3.6.1.jar
> 
>>
>>
>>But did not find it on the site. Could you please let me know the exact 
>>file path that you downloaded. 
>>There seems to be the following here : 
>>http://repo2.maven.org/maven2/com/ibm/icu/icu4j/3.6.1/icu4j-3.6.1.jar
>>
>>Can you try downloading com.ibm.icu-3.6.1 from here instead - 
>>http://repository.ops4j.org/maven2/com/ibm/icu/com.ibm.icu/3.6.1/
>>com.ibm.icu-3.6.1.jar
>>
>>You can either download this file or update the build.xml with this new 
>>path and run the build.
>>
>>Best Regards.
>>
>>
>>
>>
>>From:
>>曹艳明 <[email protected]>
>>To:
>>[email protected]
>>Date:
>>15/04/2009 14:26
>>Subject:
>>Re:Re:Re: about SPL Editor
>>
>>
>>
>>HI,
>>I need some help.I have another problem.When I run ant 
>>javaspl.runtime.editor,there is a error that is "BUILD FAILED". The 
>>detailed error is in the enclosure,log.txt.
>>The error indicates that I missed com.ibm.icu:com.ibm.icu:jar:3.6.1.
>>I have downloaded it from the website<http://repo1.maven.org/maven2>.I 
> put 
>>
>>it in D:\test\path\to\file.And I run mvn install:install-file 
>>-DgroupId=com.ibm.icu -DartifactId=com.ibm.icu -Dversion=3.6.1 
>>-Dpackaging=jar -Dfile=D:/test/path/to/file.Then there is another error
>>:installing artifact 'com.ibm.icu:com.ibm.icu:jar':Error installing 
>>artifact: D:\test\path\to\file(refuse to access). I don't know what does 
>>it mean? The detailed error is in the encolure, error.txt.
>>Thank you very much!
>>
>>在2009-04-13,"Preethi C Mohan" <[email protected]> 写道:
>>>Hi,
>>>
>>>We are unable to reproduce the problem that you are facing. However, we 
>>>noticed one thing is that you are building with Sun Java. Could you 
>>please 
>>>provide us the version of this java and also, if you have IBM Java with 
>>>you, could you try the build with it. It may get resolved.
>>>
>>>Regards.
>>>
>>>
>>>
>>>
>>>From:
>>>曹艳明 <[email protected]>
>>>To:
>>>[email protected]
>>>Date:
>>>13/04/2009 16:53
>>>Subject:
>>>Re:Re: about SPL Editor
>>>
>>>
>>>
>>>The detailed error is in the enclosure, log.txt.
>>>Thank you!
>>>
>>>
>>>在2009-04-13,"Preethi C Mohan" <[email protected]> 写道:
>>>>Request you to please provide the complete error message from the ant 
>>>>build file.
>>>>
>>>>Thank you.
>>>>
>>>>
>>>>
>>>>From:
>>>>曹艳明 <[email protected]>
>>>>To:
>>>>"[email protected]" 
>><[email protected]>
>>>>Date:
>>>>13/04/2009 08:31
>>>>Subject:
>>>>about SPL Editor
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>I need some help. When I build the SPL Editor,I follow every step. 
>>>>However,I was confronted with some problems. When I run "ant",there is 
> a 
>>
>>
>>>>error.I do not konw how to solve it.the error is "BUILD FAILURE". Does 
>>>>anyone know how to solve this problem. Thank you very much.
>>>>
>>>>
>>>
>>>
>>>
>>>网易邮箱,中国第一大电子邮件服务商 [attachment "log.txt" deleted by 
>>>Preethi C Mohan/India/IBM] 
>>>
>>>
>>
>>
>>
>>网易邮箱,中国第一大电子邮件服务商 [attachment "log.txt" deleted by 
>>Preethi C Mohan/India/IBM] [attachment "error.txt" deleted by Preethi C 
>>Mohan/India/IBM] 
>>
>>
>>
>>
>>
> 
> 
> 
>
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   imperius-splcore
[INFO]   imperius-javaspl
[INFO]   javaspl-samples
[INFO]   Apache imperius
[INFO] Searching repository for plugin with prefix: 'eclipse'.
[INFO] Searching repository for plugin with prefix: 'd'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-d-plugin' does not exist or 
no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Wed Apr 22 09:31:31 CST 2009
[INFO] Final Memory: 2M/5M
[INFO] ------------------------------------------------------------------------

Reply via email to