2018-03-02 7:44 GMT+01:00 Jan Matèrne (jhm) :
> > > > > I made an attempt to convert the manual to HTML 5, the rationale
> > > > being
> > > > > that HTML 5 deprecates tt tag and recommends to replace it with
> > > > > tags like code, kbd, samp and var, which could be used in a more
> > > > consis
> > > > I made an attempt to convert the manual to HTML 5, the rationale
> > > being
> > > > that HTML 5 deprecates tt tag and recommends to replace it with
> > > > tags like code, kbd, samp and var, which could be used in a more
> > > consistent
> > > > way to achieve something closer to a semanti
Github user chinhodado commented on the issue:
https://github.com/apache/ant-ivy/pull/68
Unrelated, but maybe you should consider enabling the issue tracker here on
github.
---
-
To unsubscribe, e-mail: dev-unsubscr
Github user chinhodado closed the pull request at:
https://github.com/apache/ant-ivy/pull/68
---
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org
Github user sutchark commented on the issue:
https://github.com/apache/ant-ivy/pull/68
Thanks for your help.
P.S.: Maybe one pre-release test should download an extensive list of
dependencies with Ivy and compare them to what Maven or Gradle is getting.
---
---
Github user twogee commented on the issue:
https://github.com/apache/ant-ivy/pull/68
Yes, it is. See the list of bug reports above. I'd say we have another
blocker, speaking of releases.
---
-
To unsubscribe, e-mail
Github user sutchark commented on the issue:
https://github.com/apache/ant-ivy/pull/68
What is the naming sceme you suggested fixing?:
`String pattern = destFolder +
"/[organization]/[module]/[type]/[artifact]-[revision](-[classifier]).[ext]";`
The dependency lwjgl-3.1.2.
Github user twogee commented on the issue:
https://github.com/apache/ant-ivy/pull/68
What you download is `lwjgl-3.1.2-natives-macos.jar`; the dependency
`lwjgl-3.1.2.jar` gets lost.
---
-
To unsubscribe, e-mail: de
Github user sutchark commented on the issue:
https://github.com/apache/ant-ivy/pull/68
`http://central.maven.org/maven2/org/lwjgl/lwjgl/3.1.2/lwjgl-3.1.2.jar`
---
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache
Github user twogee commented on the issue:
https://github.com/apache/ant-ivy/pull/68
You get the correct name using pattern
`"artifact]-[revision](-[classifier]).[ext]"` ð
---
-
To unsubscribe, e-mail: dev-unsub
Github user twogee commented on the issue:
https://github.com/apache/ant-ivy/pull/68
This is another case of
[IVY-1576](https://issues.apache.org/jira/browse/IVY-1576); maybe related to
[IVY-1484](https://issues.apache.org/jira/browse/IVY-1484) and
[IVY-1407](https://issues.apache.or
Github user sutchark commented on the issue:
https://github.com/apache/ant-ivy/pull/68
True. The JUnit3 part is strange. My example above wasn't with the current
master but the ivy-2.4.0.jar. Maybe that's the reason.
Ignoring the platform-specific wjgl jars is only one part of
Github user twogee commented on the issue:
https://github.com/apache/ant-ivy/pull/68
Oh, I see. We're looking at the same result, except you somehow keep an
older version of junit (in my case JUnit 3 is evicted). The bug is (as you
stated) that only platform-specific wjgl jars are dow
Github user sutchark commented on the issue:
https://github.com/apache/ant-ivy/pull/68
I used the code below to download all dependencies.
You see the output at the very bottom. Here are the 13 direct compile
dependencies it should download:
https://mvnrepository.com/art
2018-03-01 10:43 GMT+01:00 Jan Matèrne (jhm) :
> > > I made an attempt to convert the manual to HTML 5, the rationale
> > being
> > > that HTML 5 deprecates tt tag and recommends to replace it with tags
> > > like code, kbd, samp and var, which could be used in a more
> > consistent
> > > way to a
Github user twogee commented on the issue:
https://github.com/apache/ant-ivy/pull/68
What's missing?
```
$ java -jar build/artifact/jars/ivy.jar -dependency io.playn
playn-java-lwjgl 2.0
:: loading settings :: url =
jar:file:/Users/gintas/Projects/ant-ivy-asf/build/ar
Github user sutchark commented on the issue:
https://github.com/apache/ant-ivy/pull/68
Tested this with the latest release (2.4.0) and also a build of the latest
master.
Fetching all dependencies of:
organisation="io.playn" module="playn-java-lwjgl" revision="2.0"
Github user jonl-percsolutions-com closed the pull request at:
https://github.com/apache/ant-ivyde/pull/7
---
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org
Github user jonl-percsolutions-com commented on the issue:
https://github.com/apache/ant-ivyde/pull/7
@jaikiran Your fix is much better. I did not understand enough about the
code to see whether or not it was intentional for those to be MenuManager
objects or not. I have updated to
Oh yeah, it looks like gitbox isn't self serve yet. :(
On 28 February 2018 at 13:35, Jan Matèrne (jhm) wrote:
> Thanks for the reminder, Matt. So we could stay on ASF infrastructure.
> https://selfserve.apache.org/
> but for git repos https://gitbox.apache.org/
>
> Both forms require PMC-name, r
sure
Jan
> -Ursprüngliche Nachricht-
> Von: Jaikiran Pai [mailto:jai.forums2...@gmail.com]
> Gesendet: Donnerstag, 1. März 2018 12:50
> An: Ant Developers List
> Betreff: Ant nightly Jenkins job
>
> Would it be OK if I redo the Ant nightly jenkins job[1] to be a bit
> more useful and publ
Would it be OK if I redo the Ant nightly jenkins job[1] to be a bit more
useful and publish an actual nightly binary, for users to try out if
they wish to?
[1] https://builds.apache.org/job/Ant_Nightly/
-Jaikiran
-
To unsubs
Github user twogee commented on the pull request:
https://github.com/apache/ant-ivyde/commit/fc68846bbd7b18da1bb303db5e8a54f93692a2bd#commitcomment-27860034
Thanks :+1:
---
-
To unsubscribe, e-mail: dev-unsubscr...
Github user asfgit closed the pull request at:
https://github.com/apache/ant-ivyde/pull/8
---
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org
On 2018-03-01, Gintautas Grigelionis wrote:
> Build File: .../src/tests/antunit/taskdefs/copy-test.xml
> Tests run: 26, Failures: 0, Errors: 2, Time elapsed: 8,59 sec
Passes for me locally as well as on Jenkins
https://builds.apache.org/view/A-D/view/Ant/job/Ant-Build-Matrix-master-Linux/OS=xeni
> > I made an attempt to convert the manual to HTML 5, the rationale
> being
> > that HTML 5 deprecates tt tag and recommends to replace it with tags
> > like code, kbd, samp and var, which could be used in a more
> consistent
> > way to achieve something closer to a semantic markup.
> >
> > I trie
On 2018-03-01, Dominique Devienne wrote:
> On Thu, Mar 1, 2018 at 7:28 AM, Gintautas Grigelionis <
> g.grigelio...@gmail.com> wrote:
>> I tried then to use the replacement tags as consistently as possible in
>> such a large body of text, but I realised that we perhaps need a kind of a
>> style gu
On Thu, Mar 1, 2018 at 7:28 AM, Gintautas Grigelionis <
g.grigelio...@gmail.com> wrote:
> I made an attempt to convert the manual to HTML 5, the rationale being that
> HTML 5 deprecates tt tag and recommends to replace it with tags like code,
> kbd, samp and var, which could be used in a more cons
28 matches
Mail list logo