generate-maven-artifacts:
   [mkdir] Created dir: /Users/simpatico/SOLR_HOME/build/maven
   [mkdir] Created dir: /Users/simpatico/SOLR_HOME/dist/maven
    [copy] Copying 1 file to
/Users/simpatico/SOLR_HOME/build/maven/src/maven
[artifact:install-provider] Installing provider:
org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

*BUILD FAILED*
/Users/simpatico/SOLR_HOME/*build.xml:800*: The following error occurred
while executing this line:
/Users/simpatico/SOLR_HOME/common-build.xml:274: artifact:deploy doesn't
support the "uniqueVersion" attribute


*build.xml:800: *<m2-deploy
pom.xml="src/maven/solr-parent-pom.xml.template"/>

removed "uniquVersion" attirubte:

generate-maven-artifacts:
[artifact:install-provider] Installing provider:
org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[artifact:deploy] Deploying to file:///Users/simpatico/SOLR_HOME/dist/maven
[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] Uploading repository metadata for: 'artifact
org.apache.solr:solr-parent'
[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] Uploading repository metadata for: 'snapshot
org.apache.solr:solr-parent:1.4.2-SNAPSHOT'
     [copy] Copying 1 file to /Users/simpatico/SOLR_HOME/build/maven/lib
[artifact:install-provider] Installing provider:
org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[artifact:deploy] Deploying to file:///Users/simpatico/SOLR_HOME/dist/maven
[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] Uploading repository metadata for: 'artifact
org.apache.solr:solr-commons-csv'
[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] Uploading project information for solr-commons-csv
1.4.2-SNAPSHOT
[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] Uploading repository metadata for: 'snapshot
org.apache.solr:solr-commons-csv:1.4.2-SNAPSHOT'
     [copy] Copying 1 file to
/Users/simpatico/SOLR_HOME/build/maven/contrib/dataimporthandler
[artifact:install-provider] Installing provider:
org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

BUILD FAILED
/Users/simpatico/SOLR_HOME/build.xml:809: The following error occurred while
executing this line:
*/Users/simpatico/SOLR_HOME/common-build.xml:274: artifact:deploy doesn't
support the nested "attach" element*

On Wed, May 4, 2011 at 11:50 AM, lboutros <boutr...@gmail.com> wrote:
> In the ant script there is a target to generate maven's artifacts.
>
> After that, you will be able to open the project as a standard maven
> project.
>
> Ludovic.
>
> 2011/5/4 Gabriele Kahlout [via Lucene] <
> ml-node+2898068-621882422-383...@n3.nabble.com>
>
>> Hello,
>>
>> I'm trying to modify Solr and I think debugging will be very useful to
>> understand what's going on. Hence I'd like to use an IDE (NetBeans)
>> which automatically supports Maven projects. I see under src/maven
>> that there are templates but I'm not sure how to use them to mavenize
>> the build/project. Nothing on the Wiki. I've seen issue solr-19 and
>> some messages on older msgs on the mailing list too.
>>
>> Any instructions?
>>
>>
>> --
>> Regards,
>> K. Gabriele
>>
>> --- unchanged since 20/9/10 ---
>> P.S. If the subject contains "[LON]" or the addressee acknowledges the
>> receipt within 48 hours then I don't resend the email.
>> subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧
>> time(x) < Now + 48h) ⇒ ¬resend(I, this).
>>
>> If an email is sent by a sender that is not a trusted contact or the
>> email does not contain a valid code then the email is not received. A
>> valid code starts with a hyphen and ends with "X".
>> ∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y
>> ∈ L(-[a-z]+[0-9]X)).
>>
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the discussion
>> below:
>>
>>
http://lucene.472066.n3.nabble.com/Is-it-possible-to-build-Solr-as-a-maven-project-tp2898068p2898068.html
>>  To start a new topic under Solr - User, email
>> ml-node+472068-1765922688-383...@n3.nabble.com
>> To unsubscribe from Solr - User, click here<
http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=472068&code=Ym91dHJvc2xAZ21haWwuY29tfDQ3MjA2OHw0Mzk2MDUxNjE=
>.
>>
>>
>
>
> -----
> Jouve
> France.
> --
> View this message in context:
http://lucene.472066.n3.nabble.com/Is-it-possible-to-build-Solr-as-a-maven-project-tp2898068p2898084.html
> Sent from the Solr - User mailing list archive at Nabble.com.



-- 
Regards,
K. Gabriele

--- unchanged since 20/9/10 ---
P.S. If the subject contains "[LON]" or the addressee acknowledges the
receipt within 48 hours then I don't resend the email.
subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧ time(x)
< Now + 48h) ⇒ ¬resend(I, this).

If an email is sent by a sender that is not a trusted contact or the email
does not contain a valid code then the email is not received. A valid code
starts with a hyphen and ends with "X".
∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y ∈
L(-[a-z]+[0-9]X)).

Reply via email to